home *** CD-ROM | disk | FTP | other *** search
- m = 0;
- if(lv < 1)
- {
- lvc = 1;
- bss = 0;
- }
- else
- {
- lvc = lv * 2 + 1;
- }
- lev.gotoAndPlay(lvc);
- pxs = 10;
- warp = 0;
- xrad = random(2) + 1;
- if(xrad == 1)
- {
- _root._xscale = -100;
- _root._x = 550;
- }
- if(xrad == 2)
- {
- _root._xscale = 100;
- _root._x = 0;
- }
- yrad = random(2) + 1;
- if(yrad == 1)
- {
- _root._yscale = -100;
- _root._y = 400;
- }
- if(yrad == 2)
- {
- _root._yscale = 100;
- _root._y = 0;
- }
-